'Declaration
Public Function New( _ ByVal elements As IEnumerable(Of UABrowsePathElement) _ )
'Usage
Dim elements As IEnumerable(Of UABrowsePathElement) Dim instance As New UABrowsePath(elements)
public UABrowsePath( IEnumerable<UABrowsePathElement> elements )
public: UABrowsePath( IEnumerable<UABrowsePathElement^>^ elements )
Parameters
- elements
- A sequence of browse path elements that form the path, beginning from the starting node.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).